home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / Demo / 00152_Script_152 < prev    next >
Text File  |  1994-08-02  |  294b  |  17 lines

  1. -- P18S7 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 7
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,1)
  9.   setAppearTime(1,1*60)
  10.   
  11.   global LastQT
  12.   set LastQT = "P18S07"
  13.   preLoadCast the number of cast LastQT  
  14.   
  15.   setUpFastFwd()
  16. end
  17.